Failed to post createEvent

In Progress

Comments

1 comment

  • Avatar
    Ichiro

    Hi Fujiwara Daichi,

    Thank you for your question.
    Unfortunately, we’re having difficulty fully understanding the description in your post. Let me address the points based on the details provided:

    1. SSL Configuration
    - You mentioned, “I might have done the SSL setting correctly.” Could you clarify what specific steps you followed that make you believe the SSL setup is correct?
    - Are you using your own SSL certificate? If so, is it self-signed or issued by a trusted Certificate Authority?
    - How was the certificate created, and can you provide more details about its configuration and installation?

    2.Error Log Details
    - Based on the error log, the request appears to fail because the SSL certificate is “invalid.”
    - SSL certificates must match the hostname they are issued for. If you are using an IP address, ensure it has been encoded correctly in the certificate as the hostname during creation.

    3.Troubleshooting SSL
    - This issue is likely related to SSL certificate configuration, not Python, the API, or the application itself.
    - The Python requests module is raising this error because the SSL certificate validation failed, which is expected behavior.
    - The mismatch between the hostname and the certificate details seems to be the root cause. You might want to start debugging the SSL handshake to verify the certificate and hostname alignment.

    4.Request Behavior and Code Sample
    To assist further, could you provide a snippet of the code you are using? This will help confirm if there’s any issue with the request implementation itself.

    Feel free to share additional details or clarify the setup so we can check the issue more effectively.

    Thanks.

    0
    Comment actions Permalink

Please sign in to leave a comment.