Skip to content

get server info respect ssl - #348

Open
MustafaJafar wants to merge 1 commit into
developfrom
bugfix/get_server_info_respect_ssl
Open

get server info respect ssl#348
MustafaJafar wants to merge 1 commit into
developfrom
bugfix/get_server_info_respect_ssl

Conversation

@MustafaJafar

Copy link
Copy Markdown
Member

Changelog Description

Make _get_server_info function respect ssl

Testing notes:

When hosting the server on https, this code should works without issues.

import os
os.environ["AYON_SERVER_URL"] = "https://localhost:5000"
os.environ["AYON_API_KEY"] = "veryinsecurapikey"
os.environ["AYON_CA_FILE"]= "E:/Ynput/extras/caddy-root.crt"

import ayon_api
con = ayon_api.get_server_api_connection()

ayon_api.close_connection

@MustafaJafar MustafaJafar self-assigned this Aug 22, 2026
@MustafaJafar MustafaJafar added the type: bug Something isn't working label Aug 22, 2026
@MustafaJafar MustafaJafar linked an issue Aug 22, 2026 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fail to connect to HTTPs server even with AYON_CA_FILE set

1 participant