User Profile

Collapse

Profile Sidebar

Collapse
IvanH
IvanH
Last Activity: Jul 26 '18, 06:25 AM
Joined: Nov 16 '17
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • IvanH
    started a topic Apsara Clouder Technical Certifications
    in Java

    Apsara Clouder Technical Certifications

    To obtain a global certification from one of the Apsara Clouder Technical Certifications areas, is it necessary to pass all the exams in that area?
    For example to obtain the Cloud Computing Specialist Certification, it is necessary to approve the 11 exams ?, For me it is impossible to know Cantonese, thanks



    Para optener una certificacion global de una de las areas Apsara Clouder Technical Certifications, es...
    See more | Go to post

  • IvanH
    started a topic Cannot List Directories via FTP
    in Java

    Cannot List Directories via FTP

    After installing the vsftpd service and running it i ran into some errors.
    Some of them were:
    (1) 530: Incorrect Login
    (2) Server sent a pass'ive reply unroutable address. Suing server Address instead
    (3) Something else related to chroot()

    All of these problems were solved by removing write access to home directory, listing ftp_user in vsftpd.userlist file and allowing coonection to my Internet Address...
    See more | Go to post

  • IvanH
    started a topic Hall of Fame
    in Java

    Hall of Fame

    Where we can see the "Top 30 best suggestions implemented each month will be published in the Hall of Fame" ?.
    See more | Go to post

  • IvanH
    started a topic Getting started with CPanel
    in Java

    Getting started with CPanel

    Hi,


    I created an ECS instance with cPanel. I then added a security rule to allow ports 2082/2087.


    There is a WHM login at http://my-ip:2087 that accepts the username / password but it says: `Invalid Licence File`. Some of the instructions on this page recommend running /usr/local/cpanel/cpanelctl


    When I log in to through the management terminal and run this command it says:...
    See more | Go to post

  • This operation is forbidden by Aliyun RiskControl system.

    Hi,


    I am using aliyun-java-sdk-core - 4.0.2 and aliyun-java-sdk-ecs - 4.9.1 jar dependencies to access the Alibaba cloud through my java program. Whenever I use - DescribeInstanc esRequest to fetch instance details it works fine. But when I use - CreateInstanceR equest for provisioning the instance I'm getting the following error
    -------------------------------------------------
    This operation is forbidden by...
    See more | Go to post

  • IvanH
    started a topic How to pass Proxy details for Create Instance
    in Java

    How to pass Proxy details for Create Instance

    Hi,


    I am using the Java SDK for create instance. I want to know how to pass the proxy details in SDK call. I didnt find any documentation regarding passing proxy details in SDK call.
    See more | Go to post

  • Use STS to access OSS - OSS Access Key Id you provided does not exist in our records

    Hi,
    I'm trying to use STS to access OSS as described here. My scenario is following:
    1) Client react app calls FC Compute Function via API Gateway and submit some information
    2) Function validate the information and if it is ok then function calls sts.assumeRole and specify permission to GET* for all resources in OSS using AccessKeyId and AccessKeySecret of sub-account
    3) The new STS temporary token is created and...
    See more | Go to post

  • IvanH
    started a topic Launch linux instance with user data
    in Java

    Launch linux instance with user data

    Hi
    I'm trying to lauch linux instance with user data script using the java SDK
    But i'm getting this error: Forbidden.RiskC ontrol, This operation is forbidden by Aliyun RiskControl system
    Any idea?

    This is my code:

    CommonRequest commonRequest = new CommonRequest() ;
    commonRequest.s etDomain("ecs.a liyuncs.com");
    commonRequest.s etMethod(Method Type.POST);
    commonRequest.s etVersion("2014-05-26");...
    See more | Go to post

  • IvanH
    started a topic Full-Site CDN not available

    Full-Site CDN not available

    Hello, when I try the Full-Site CDN I get this message: Currently you can not add Full-site domain now. It'll be reopened soon. We apologize for any inconvenience caused during this time

    When is it going to be available ¿?
    See more | Go to post

  • IvanH
    started a topic Alibaba Cloud in Spanish?
    in PHP

    Alibaba Cloud in Spanish?

    Alibaba Cloud in Spanish?
    Good morning, I've seen that the translation into English, French, German, and Spanish ?? Thank you very much.
    See more | Go to post

  • IvanH
    started a topic Security Groups linking with a MySQL on Alibaba Cloud

    Security Groups linking with a MySQL on Alibaba Cloud

    Is it possible to link ECS security groups with a MySQL database such that if I remove a IP from MySQL immediately it gets removed from security group. Like syncing IP from MySQL with server every 2 seconds or so..
    If so, could someone give some script for how to do such?
    See more | Go to post

  • and if you look properly in the documentation, you can find it

    https://www.alibabacloud.com/help/do...48cefb05CcDND6...
    See more | Go to post

    Leave a comment:


  • IvanH
    started a topic Domain NameServer to Alibaba Cloud hosting

    Domain NameServer to Alibaba Cloud hosting

    I have Webhosting. My Domain is with another company and i have set the NAMESERVERS to
    ns7.alidns.com
    ns8.alidns.com


    What else do i have to do?
    See more | Go to post

  • You could consider express connect and vpn gateway
    https://www.alibabacloud.com/help/pr...742865661YjQBr
    and
    https://www.alibabacloud.com/help/pr...7428656695WgNO...
    See more | Go to post

    Leave a comment:


  • IvanH
    started a topic Custom Policy for OSS on Alibaba Cloud

    Custom Policy for OSS on Alibaba Cloud

    Hi Everyone,
    I have created a root folder called A and there are two subfolders under A. The two subfolders name are Alice and Peter respectively. I attach a custom policy to the root folder with the policy below.


    {
    "Statement" : [
    {
    "Action": [
    "oss:Get*",
    "oss:List*" ,
    "oss:Put*" ...
    See more | Go to post

  • please try run command: netstat -antp| grep 443
    See more | Go to post

    Leave a comment:


  • Can I integrate ActionTrail with CloudMonitor on Alibaba Cloud?

    As title, can I integrate ActionTrail with CloudMonitor? Look closer, what I want to know is sending ActionTrail Logs to CloudMonitor to facilitate the real-time and historic activity logging based on user , API, resource and provides opportunity to establish alarms and notifications for anomalous or sensitivity account activity.

    e.g. Ensure the inegrity of existing ECS configurations, avoid unauthorized changes
    See more | Go to post

  • The possibility of upload failure has not been considered.
    If the first approach is used, you can upload each file to be uploaded. If the second approach is used, when the upload fails, do you re-upload them all or are there other alternative solutions?
    Honestly, I cannot see the advantage of the second approach. How is the second approach different from the first one, except in packaged uploading?
    To sum up, the first approach...
    See more | Go to post

    Leave a comment:


  • php curl_exec() method reports Error 500 on Alibaba Cloud

    Recently when I worked on the feature of scanning a QR code to make a Tmall payment, the curl_exec function always gave an Error 500 report after I coded an order on WeChat and then initiated a request to WeChat using curl, with no other error details provided. I tested the feature locally on Alibaba Cloud servers and it worked fine. But now the customer wanted to move the program on Alibaba Cloud web hosting, and this problem keeps emerging. I have...
    See more | Go to post
    Last edited by gits; Apr 26 '18, 09:17 AM. Reason: added code tags

  • The way I loaded classes is to put the SDK in vendor and let the framework load them automatically. The error cause has nothing to do with the loading method.
    The demo code that Alibaba Cloud - Cloud Communication provides in the Help Manual cannot be directly be copied and used. I made the same mistake.
    Compare the demo code in the Help Manual and the demo code in the SDK and you will find the difference:
    The SDK demo contains...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...