Skip to content

Update get_cams protocol to https #1457

Closed
@AdamRJensen

Description

@AdamRJensen

According to an email sent out by Transvalor on May 12th 2022, the SoDa websites and services will switch from using "HTTP" to only "HTTPS".

The existing HTTP endpoints will redirect to the correct HTTPS sites, hence without any changes the get_cams function will continue to work correctly (as the request package handles redirects automatically). However, for good practice and to avoid unnecessary redirects, updating the existing URLs and endpoints to HTTPS is surely a good idea:

base_url = f"http://{server}/service/wps"


For reference, here's a screen-shot of Transvalor email:

image

FYI: this is a good first issue to tackle to get familiar with contribution to pvlib :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions